Release afpi-v2.6.0 - #913
Conversation
WalkthroughThe platform interface package version changed from 2.5.0 to 2.6.0. The changelog now documents passkeys support, IPSIE ChangesPlatform interface 2.6.0 release
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@auth0_flutter_platform_interface/CHANGELOG.md`:
- Line 3: Insert a blank line after the afpi-v2.6.0 release heading in the
changelog, before the Full Changelog link, to satisfy markdownlint MD022.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 905088c0-b6ef-47dd-a306-7c7344b58304
📒 Files selected for processing (2)
auth0_flutter_platform_interface/CHANGELOG.mdauth0_flutter_platform_interface/pubspec.yaml
| @@ -1,5 +1,15 @@ | |||
| # Change Log | |||
|
|
|||
| ## [afpi-v2.6.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.6.0) (2026-07-31) | |||
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Insert a blank line after the release heading.
markdownlint reports MD022 because the release heading is immediately followed by the Full Changelog link. Add one blank line after the heading.
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)
[warning] 3-3: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@auth0_flutter_platform_interface/CHANGELOG.md` at line 3, Insert a blank line
after the afpi-v2.6.0 release heading in the changelog, before the Full
Changelog link, to satisfy markdownlint MD022.
Source: Linters/SAST tools
Added
Fixed
Summary by CodeRabbit
New Features
session_expiryclaim across Android, iOS, and web.Bug Fixes
Chores